From: Juanma Barranquero Date: Mon, 30 Sep 2019 01:31:53 +0000 (+0200) Subject: Silence byte-compiler warning X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1751 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=fd887250dc560541ecc2a3ea4a5d6f61591e2821;p=emacs.git Silence byte-compiler warning * lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Defvar it. --- diff --git a/lisp/obsolete/info-edit.el b/lisp/obsolete/info-edit.el index 55c52b5abdb..b71af889a0a 100644 --- a/lisp/obsolete/info-edit.el +++ b/lisp/obsolete/info-edit.el @@ -78,6 +78,7 @@ This feature will be removed in future.") (buffer-modified-p) (message "Tags may have changed. Use Info-tagify if necessary"))) +(defvar ibuffer-help-buffer-modes) ;; Moved here from definition of ibuffer-help-buffer-modes to make ;; that variable customizable even though this code is obsolete. See ;; also Bug#30990.